home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nejlepší České Hry
/
Nej české hry.iso
/
hry
/
spinava historka
/
gEN.swf
/
scripts
/
DefineButton2_487
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2004-10-08
|
546b
|
35 lines
on(release){
if(pila eq true)
{
tellTarget("_root.h")
{
gotoAndStop("knicemu");
play();
}
}
if(money eq true)
{
tellTarget("_root.h")
{
gotoAndStop("vyznam");
play();
}
}
if(matka eq true)
{
tellTarget("_root.h")
{
gotoAndStop("knicemu");
play();
}
}
if(taska eq true)
{
tellTarget("_root.h")
{
gotoAndStop("vyznam");
play();
}
}
}